home *** CD-ROM | disk | FTP | other *** search
/ Amiga CD-Sensation: Golden Games / Amiga CD-Sensation - Ausgabe 2 - Golden Games (1996)(GTI - Schatztruhe)(DE)[!].iso / Archive / Funny Stuff / NDebt.lha / Ndebt / makefile < prev    next >
Makefile  |  1990-08-12  |  204b  |  11 lines

  1. #
  2. # makefile for Ndebt: Manx Aztec C v5.0a
  3. #
  4. # use small code and data, 32 bit ints, Manx floating point
  5. #
  6. # CFLAGS to use Manx floating point
  7. CFLAGS = -fm
  8. Ndebt:  Ndebt.o
  9.     ln Ndebt.o detach.ols -lm -lc
  10.  
  11.